home *** CD-ROM | disk | FTP | other *** search
/ Cigar Companion Interactive / Cigar Companion Interactive.iso / pc / cigars.dxr / BUYING AND STORING_14.ls < prev    next >
Encoding:
Text File  |  1997-08-27  |  399 b   |  14 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on idle
  6.   set myMovieSprite to 32
  7.   if (the movieRate of sprite myMovieSprite = 0) and (the movieTime of sprite myMovieSprite > (the duration of member the member of sprite myMovieSprite - 120)) and (the movieTime of sprite myMovieSprite > 120) then
  8.     setUpLightingMovie(myMovieSprite, "tour")
  9.     go(the frame + 1)
  10.   else
  11.     checkRolls(20, 24, 26)
  12.   end if
  13. end
  14.